home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / CaseStudies / ch14.CSAA / csaaDrive2.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1996-08-28  |  199 b   |  12 lines

  1. global gSegStart, gVioConChan
  2.  
  3. on enterFrame
  4.   set the visible of sprite (gVioConChan - 1) to 1
  5. end
  6.  
  7. on exitFrame
  8.   doMap("configure")
  9.   set gSegStart to the ticks
  10.   puppetSprite(gVioConChan, 0)
  11. end
  12.